projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f618b7e
)
(menu-bar-make-mm-toggle): Don't put a quote befor FNAME
author
Richard M. Stallman
<rms@gnu.org>
Sun, 15 Sep 2002 20:51:20 +0000
(20:51 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 15 Sep 2002 20:51:20 +0000
(20:51 +0000)
when it's not being evaluated.
lisp/menu-bar.el
patch
|
blob
|
history
diff --git
a/lisp/menu-bar.el
b/lisp/menu-bar.el
index cc1bd594e6f0b4fd77b9e6ce2490f7bc3b68d164..9bc71004147d92fcb297f60b1304d707d0340177 100644
(file)
--- a/
lisp/menu-bar.el
+++ b/
lisp/menu-bar.el
@@
-557,7
+557,7
@@
FNAME is the minor mode's name (variable and function).
DOC is the text to use the menu entry.
HELP is the text to use for the tooltip.
PROPS are additional properties."
- `'(menu-item ,doc
'
,fname
+ `'(menu-item ,doc ,fname
,@(if props props)
:help ,help
:button (:toggle . (and (default-boundp ',fname)